home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / control / continue < prev    next >
Encoding:
Text File  |  1992-12-17  |  395 b   |  8 lines

  1.           continue
  2.                This command may be invoked only inside the body  of  a
  3.                loop  command  such  as  for  or  foreach or while.  It
  4.                returns a  TCL_CONTINUE code to  signal  the  innermost
  5.                containing  loop  command  to skip the remainder of the
  6.                loop's body but continue with the next iteration of the
  7.                loop.
  8.